Release 10.1A: OpenEdge Development:
Web Services


Running a non-persistent (external) procedure

The following example shows how you might invoke the sample FindCustomerByNum( ) method:

' Send a request to the AppServer to get the Customer Name 
' and display in the UI 
WS_OrderService.FindCustomerByNum(custNum, custName) 
If custName <> Nothing Then 
       lblCustName.Text = custName 

Note: The OrderInfoIDValue is automatically inserted in the SOAP request header by the interface.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095